PERFORM CHECKLIST FOR NET SESSIONS

This command will fill the checklist with the names of all the currently available sessions on the previously specified connection.

  Syntax
PERFORM CHECKLIST FOR NET SESSIONS
  Returns

This command does not return a value.

  Description

The session names represent a currently running net game. These are net games you are able to join. The index of the checklist is also the session number associated with the session description obtained from this command. Use the CHECKLIST commands in the SYSTEM command set to read the checklist.

  Example Code
rem Set Network Session (Game On Selected Network Connection)
perform checklist for net sessions
cls
print "SESSIONS (Found on the Selected Connection)"
for c=1 to checklist quantity()
print c;". ";checklist string$(c)
next c
  See also

MULTIPLAYER Commands Menu
Index